home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0195.lzh / AMOSLIST / text0142.txt < prev    next >
Encoding:
Text File  |  1995-02-01  |  779 b   |  27 lines

  1. Petri,
  2.  
  3. As I think I've posted in the past (this should really be included in a
  4. FAQ or bug list!):
  5.  
  6. The Sam Loop commands are bugged (what isn't? ;).  Sam Loop Off is the only
  7. one that works with a Bit Pattern for the voices.
  8.  
  9. Now your problem is a bit different.  You set certian CHANNELS to looping
  10. and then play anything on them at anytime and they'll loop, what your
  11. example does is turn Looping ON for all channels, play a sample, then turn
  12. all Looping OFF so nothing loops.
  13.  
  14. If you want channel 2 and ONLY channel 2 to loop constantly, do this:
  15.  
  16. Sam Loop On
  17. Sam Loop Off %1011
  18.  
  19. Sam Play x,%100
  20.  
  21. That turns on all looping, then shuts it off for channels 0, 1, and 3.
  22. Play samples on channel 2 and they'll always loop.
  23.  
  24. Seumas @ Dark Unicorn Productions
  25. (sfmcnally@bix.com)
  26.  
  27.